home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
DrawPageLayout.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-03
|
315 b
|
20 lines
@interface DrawPageLayout : NSPageLayout
{
id leftMargin;
id rightMargin;
id topMargin;
id bottomMargin;
}
/* Methods overridden from superclass */
- (void)pickedUnits:(id)sender;
- (void)readPrintInfo;
- (void)writePrintInfo;
- (void)setTopBotForm:anObject;
- (void)setSideForm:anObject;
@end